home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / INSTALL < prev    next >
Text File  |  1995-06-29  |  1KB  |  42 lines

  1. Requirements
  2. ------------
  3. This describes the installation process for the Tm library and the moat
  4. interpreter. 
  5.  
  6. Imakefile
  7. ---------
  8. Edit the file src/Imakefile to set the location of the Motif and tcl include
  9. header files and libraries in the variables 
  10.  
  11.     TCL_INCLUDE
  12.     MOTIF_INCLUDE
  13.     TCL_LIB
  14.     MOTIF_LIB
  15.  
  16. If you wish to buld tclMotif with support for UIL files, set the value of
  17. the variable UseUIL to YES in the Imakefile.
  18.  
  19. Make
  20. ----
  21. To create the library and moat, type
  22.  
  23.     xmkmf
  24.     make Makefiles
  25.     make
  26.  
  27. To install the library, moat and the man pages, type
  28.  
  29.     make install
  30.     make install.man
  31.  
  32. Extra widgets
  33. -------------
  34. Some projects may require extra widgets beyond the Motif set. Examples
  35. are the Xmt widgets, ComboBox from Harald Albrecht, the Mosaic html
  36. widget, etc. Modifications may need to be made to the file src/tmExtern.c
  37. and the file src/Imakefile. The command "addwidget" uses a description
  38. file in the directory "extern_widgets" to simplify this process. This 
  39. is experimental at the moment, so only try it if you know what you are
  40. doing (or are prepared to learn :-) It is described in the manual
  41. doc/tclMotif.man.
  42.